home *** CD-ROM | disk | FTP | other *** search
- REM #Salvage
- REM #Written By Ralph Spindell for
- REM #Forman Interactive Corp.
- REM #02/05/96
- REM #
- REM #This program makes sure that you do not have any competing .DLL's or
- REM #.VBX's in your system directory that may interfere with the operation
- REM #of Internet Creator. ONLY RUN IF ABSOLUTELY NECESSARY!
- REM #
- REM # Parameters: salvage {windows_system_directory}
-
-
- ren %1\dbttip.vbx dbttip.vb2
- ren %1\knife.vbx knife.vb2
- ren %1\METADRAW.VBX METADRAW.VB2
- ren %1\msmasked.vbx msmasked.vb2
- ren %1\SPIN.VBX SPIN.VB2
- ren %1\TLIST.VBX TLIST.VB2
- ren %1\VSFLEX.VBX VSFLEX.VB2
- ren %1\compplus.dll compplus.dl2
- ren %1\imk.dll imk.dl2
- ren %1\jpegio.dll jpegio.dl2
- ren %1\jpeg_dll.dll jpeg_dll.dl2
- ren %1\MSAFINX.DLL MSAFINX.DL2
- ren %1\MSAJT112.DLL MSAJT112.DL2
- ren %1\MSAJT200.DLL MSAJT200.DL2
- ren %1\VBDB300.DLL VBDB300.DL2
- ren %1\vbrun300.dll vbrun300.dl2
- ren %1\VER.DLL VER.DL2
-